diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-20 22:44:15 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-31 07:57:26 -0600 |
commit | 99385b6b670c3d4d4336e84eb6a81492c01f9a5a (patch) | |
tree | 6b92537338635caba580fff2e753ec3441570e70 /drivers/Kconfig | |
parent | 776d2ef06bb627b410f4f2aa6a21ceb24a92b260 (diff) | |
download | u-boot-imx-99385b6b670c3d4d4336e84eb6a81492c01f9a5a.zip u-boot-imx-99385b6b670c3d4d4336e84eb6a81492c01f9a5a.tar.gz u-boot-imx-99385b6b670c3d4d4336e84eb6a81492c01f9a5a.tar.bz2 |
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>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index b25c59c..9d0df9b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -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 |