Kconfig: add Device Drivers menu
Change-Id: Ie0726f0ac6e04e176e6d13c85056b2c1d50a497e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ba3503621e
commit
b3118c678e
2 changed files with 10 additions and 5 deletions
|
@ -30,6 +30,9 @@
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
menu "Device Drivers"
|
||||||
|
|
||||||
source "drivers/bluetooth/Kconfig"
|
source "drivers/bluetooth/Kconfig"
|
||||||
|
|
||||||
source "drivers/console/Kconfig"
|
source "drivers/console/Kconfig"
|
||||||
|
@ -39,3 +42,5 @@ source "drivers/serial/Kconfig"
|
||||||
source "drivers/timer/Kconfig"
|
source "drivers/timer/Kconfig"
|
||||||
|
|
||||||
source "drivers/random/Kconfig"
|
source "drivers/random/Kconfig"
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
obj-$(CONFIG_DRV_CONSOLE) = console/
|
obj-y = console/
|
||||||
obj-$(CONFIG_DRV_SERIAL) += serial/
|
obj-y += serial/
|
||||||
obj-$(CONFIG_DRV_TIMER) += timer/
|
obj-y += timer/
|
||||||
obj-$(CONFIG_DRV_INTCTL) += interrupt_controller/
|
obj-y += interrupt_controller/
|
||||||
obj-$(CONFIG_DRV_PCI) += pci/
|
obj-$(CONFIG_PCI) += pci/
|
||||||
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue