diff options
| author | Simon Glass <[email protected]> | 2015-02-05 21:41:34 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-02-12 10:35:33 -0700 |
| commit | 2a4eeadd56e0760b33c7ebef383c105479a93cac (patch) | |
| tree | 3b46a5e86b284013dd5c322e196fe4d0e5a3e33f /drivers/Kconfig | |
| parent | fffff7268b6c30dc7058d3615021628d4f60fac5 (diff) | |
dm: Add Kconfig for driver/demo
Add a suitable Kconfig for this directory.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 128736dae3d..021293e798d 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -2,6 +2,8 @@ menu "Device Drivers" source "drivers/core/Kconfig" +source "drivers/demo/Kconfig" + source "drivers/pci/Kconfig" source "drivers/pcmcia/Kconfig" |
