drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu
Right now PHYS_TO_BUS shows in the Kconfig main menu, move it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
776d2ef06b
commit
99385b6b67
@ -60,8 +60,6 @@ source "drivers/crypto/Kconfig"
|
||||
|
||||
source "drivers/thermal/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
config PHYS_TO_BUS
|
||||
bool "Custom physical to bus address mapping"
|
||||
help
|
||||
@ -69,3 +67,5 @@ config PHYS_TO_BUS
|
||||
peripheral DMA master accesses. If yours does, select this option in
|
||||
your platform's Kconfig, and implement the appropriate mapping
|
||||
functions in your platform's support code.
|
||||
|
||||
endmenu
|
||||
|
Loading…
Reference in New Issue
Block a user