diff options
| author | Masahiro Yamada <[email protected]> | 2014-10-23 22:26:09 +0900 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2014-10-23 21:43:09 -0600 |
| commit | da333ae73cddf12e8f71a847e42a6571f9435d7c (patch) | |
| tree | 1693f8347a90ac3e57393933e5852d7996462bb4 /drivers/core | |
| parent | eea5a4cc1baa1b7f2697c4385aeae881430bff24 (diff) | |
dm: add entries to Kconfig
Create entries of CONFIG_DM, CONFIG_DM_SERIAL, CONFIG_DM_GPIO
and CONFIG_DM_SPI.
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/core')
| -rw-r--r-- | drivers/core/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index e69de29bb2d..d2799dc861f 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -0,0 +1,6 @@ +config DM + bool "Enable Driver Model" + depends on !SPL_BUILD + help + This config option enables Driver Model. + To use legacy drivers, say N. |
