mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
drivers: Add the configuration option to select a board specific folder.
This commit is contained in:
parent
c101076704
commit
ccf7154f05
2 changed files with 4 additions and 6 deletions
|
|
@ -3,12 +3,6 @@
|
|||
# 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
|
||||
source "drivers/platform/audio/Kconfig"
|
||||
source "drivers/platform/sensors/Kconfig"
|
||||
|
|
|
|||
|
|
@ -72,6 +72,10 @@ endif # DRVR_WRITEBUFFER || DRVR_READAHEAD
|
|||
|
||||
endmenu # Buffering
|
||||
|
||||
config SPECIFIC_DRIVERS
|
||||
bool "Board Specific drivers"
|
||||
default n
|
||||
|
||||
source drivers/crypto/Kconfig
|
||||
source drivers/loop/Kconfig
|
||||
source drivers/can/Kconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue