Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Alexander Shiyan | c86f517 | 2016-06-04 10:10:13 +0300 | [diff] [blame] | 2 | menuconfig ARCH_CLPS711X |
| 3 | bool "Cirrus Logic EP721x/EP731x-based" |
| 4 | depends on ARCH_MULTI_V4T |
Stephen Rothwell | 77a8782 | 2016-07-07 13:59:06 +1000 | [diff] [blame] | 5 | select CLPS711X_TIMER |
Alexander Shiyan | c86f517 | 2016-06-04 10:10:13 +0300 | [diff] [blame] | 6 | select CPU_ARM720T |
Linus Walleij | d97ffe7 | 2016-08-02 09:44:33 +0200 | [diff] [blame] | 7 | select GPIOLIB |
Alexander Shiyan | c86f517 | 2016-06-04 10:10:13 +0300 | [diff] [blame] | 8 | select MFD_SYSCON |
Alexander Shiyan | 0db943e | 2016-06-04 10:10:03 +0300 | [diff] [blame] | 9 | select OF_IRQ |
Alexander Shiyan | 0db943e | 2016-06-04 10:10:03 +0300 | [diff] [blame] | 10 | help |
Alexander Shiyan | c86f517 | 2016-06-04 10:10:13 +0300 | [diff] [blame] | 11 | Select this if you use ARMv4T Cirrus Logic chips. |