Kconfig: remove DRV_ configs
Change-Id: Id162a7fe3620f7ad2bc25fbbd55c90b800f9ef70 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
27b0347d32
commit
89d50ec95a
5 changed files with 5 additions and 46 deletions
|
@ -32,46 +32,10 @@
|
|||
|
||||
source "drivers/bluetooth/Kconfig"
|
||||
|
||||
config DRV_CONSOLE
|
||||
bool
|
||||
default y
|
||||
help
|
||||
This option enables the UART console driver.
|
||||
|
||||
source "drivers/console/Kconfig"
|
||||
|
||||
config DRV_SERIAL
|
||||
bool
|
||||
default n
|
||||
help
|
||||
This option enables the serial driver.
|
||||
|
||||
source "drivers/serial/Kconfig"
|
||||
|
||||
config DRV_TIMER
|
||||
bool
|
||||
default n
|
||||
help
|
||||
This option enables the timer driver.
|
||||
|
||||
source "drivers/timer/Kconfig"
|
||||
|
||||
config DRV_INTCTL
|
||||
bool
|
||||
default n
|
||||
help
|
||||
This option enables the interrupt controller driver.
|
||||
|
||||
config DRV_PCI
|
||||
bool
|
||||
default n
|
||||
help
|
||||
This option enables the PCI driver.
|
||||
|
||||
config DRV_RANDOM
|
||||
bool
|
||||
default n
|
||||
help
|
||||
This option enables the random number generator driver.
|
||||
|
||||
source "drivers/random/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue