kconfig: add blank Kconfig files

This would be useful to start moving various config options.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Masahiro Yamada
2014-09-16 16:32:58 +09:00
committed by Tom Rini
parent a03bdaa140
commit ed36323f6d
36 changed files with 98 additions and 1 deletions

51
drivers/Kconfig Normal file
View File

@@ -0,0 +1,51 @@
menu "Device Drivers"
source "drivers/core/Kconfig"
source "drivers/pci/Kconfig"
source "drivers/pcmcia/Kconfig"
source "drivers/mtd/Kconfig"
source "drivers/block/Kconfig"
source "drivers/misc/Kconfig"
source "drivers/net/Kconfig"
source "drivers/input/Kconfig"
source "drivers/serial/Kconfig"
source "drivers/tpm/Kconfig"
source "drivers/i2c/Kconfig"
source "drivers/spi/Kconfig"
source "drivers/gpio/Kconfig"
source "drivers/power/Kconfig"
source "drivers/hwmon/Kconfig"
source "drivers/watchdog/Kconfig"
source "drivers/video/Kconfig"
source "drivers/sound/Kconfig"
source "drivers/usb/Kconfig"
source "drivers/dfu/Kconfig"
source "drivers/mmc/Kconfig"
source "drivers/rtc/Kconfig"
source "drivers/dma/Kconfig"
source "drivers/crypto/Kconfig"
endmenu

0
drivers/block/Kconfig Normal file
View File

0
drivers/core/Kconfig Normal file
View File

0
drivers/crypto/Kconfig Normal file
View File

0
drivers/dfu/Kconfig Normal file
View File

0
drivers/dma/Kconfig Normal file
View File

0
drivers/gpio/Kconfig Normal file
View File

0
drivers/hwmon/Kconfig Normal file
View File

0
drivers/i2c/Kconfig Normal file
View File

0
drivers/input/Kconfig Normal file
View File

0
drivers/misc/Kconfig Normal file
View File

0
drivers/mmc/Kconfig Normal file
View File

0
drivers/mtd/Kconfig Normal file
View File

0
drivers/net/Kconfig Normal file
View File

0
drivers/pci/Kconfig Normal file
View File

0
drivers/pcmcia/Kconfig Normal file
View File

0
drivers/power/Kconfig Normal file
View File

0
drivers/rtc/Kconfig Normal file
View File

0
drivers/serial/Kconfig Normal file
View File

0
drivers/sound/Kconfig Normal file
View File

0
drivers/spi/Kconfig Normal file
View File

0
drivers/tpm/Kconfig Normal file
View File

0
drivers/usb/Kconfig Normal file
View File

0
drivers/video/Kconfig Normal file
View File

0
drivers/watchdog/Kconfig Normal file
View File