drivers: Add the configuration option to select a board specific folder.
This commit is contained in:
parent
c101076704
commit
ccf7154f05
|
@ -3,12 +3,6 @@
|
||||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config SPECIFIC_DRIVERS
|
|
||||||
bool "Board specific drivers"
|
|
||||||
default n
|
|
||||||
---help---
|
|
||||||
Board specific drivers located in each board/driver folder.
|
|
||||||
|
|
||||||
if SPECIFIC_DRIVERS
|
if SPECIFIC_DRIVERS
|
||||||
source "drivers/platform/audio/Kconfig"
|
source "drivers/platform/audio/Kconfig"
|
||||||
source "drivers/platform/sensors/Kconfig"
|
source "drivers/platform/sensors/Kconfig"
|
||||||
|
|
|
@ -72,6 +72,10 @@ endif # DRVR_WRITEBUFFER || DRVR_READAHEAD
|
||||||
|
|
||||||
endmenu # Buffering
|
endmenu # Buffering
|
||||||
|
|
||||||
|
config SPECIFIC_DRIVERS
|
||||||
|
bool "Board Specific drivers"
|
||||||
|
default n
|
||||||
|
|
||||||
source drivers/crypto/Kconfig
|
source drivers/crypto/Kconfig
|
||||||
source drivers/loop/Kconfig
|
source drivers/loop/Kconfig
|
||||||
source drivers/can/Kconfig
|
source drivers/can/Kconfig
|
||||||
|
|
Loading…
Reference in New Issue