0170-pinctrl-mediatek-cleanup-for-placing-all-drivers-und.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. From 547700768b2e7a105ed27a3b955fd9b7142987d7 Mon Sep 17 00:00:00 2001
  2. From: Sean Wang <[email protected]>
  3. Date: Tue, 12 Dec 2017 14:24:19 +0800
  4. Subject: [PATCH 170/224] pinctrl: mediatek: cleanup for placing all drivers
  5. under the menu
  6. Since lots of MediaTek drivers had been added, it seems slightly better
  7. for that adding cleanup for placing MediaTek pinctrl drivers under the
  8. independent menu as other kinds of drivers usually was done.
  9. Signed-off-by: Sean Wang <[email protected]>
  10. Reviewed-by: Biao Huang <[email protected]>
  11. Signed-off-by: Linus Walleij <[email protected]>
  12. ---
  13. drivers/pinctrl/mediatek/Kconfig | 5 +++--
  14. 1 file changed, 3 insertions(+), 2 deletions(-)
  15. diff --git a/drivers/pinctrl/mediatek/Kconfig b/drivers/pinctrl/mediatek/Kconfig
  16. index fac9866311f3..03b3023d5fe5 100644
  17. --- a/drivers/pinctrl/mediatek/Kconfig
  18. +++ b/drivers/pinctrl/mediatek/Kconfig
  19. @@ -1,4 +1,5 @@
  20. -if ARCH_MEDIATEK || COMPILE_TEST
  21. +menu "MediaTek pinctrl drivers"
  22. + depends on ARCH_MEDIATEK || COMPILE_TEST
  23. config PINCTRL_MTK
  24. bool
  25. @@ -46,4 +47,4 @@ config PINCTRL_MT6397
  26. default MFD_MT6397
  27. select PINCTRL_MTK
  28. -endif
  29. +endmenu
  30. --
  31. 2.11.0