X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Fcore%2FKconfig;h=dc32385e85492a7ab5a8f56539ed073061257d5d;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=917ef1e37452f6ce490485d0e773e08c6be6c526;hpb=ed36323f6d217050f82a2200475959b8557a47e4 diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index e69de29bb2..dc32385e85 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -0,0 +1,8 @@ +config DM + bool "Enable Driver Model" + depends on !SPL_BUILD + help + This config option enables Driver Model. This brings in the core + support, including scanning of platform data on start-up. If + CONFIG_OF_CONTROL is enabled, the device tree will be scanned also + when available.