summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorFei Wang <w.f@huawei.com>2015-02-05 23:55:05 +0800
committerGuodong Xu <guodong.xu@linaro.org>2015-11-10 20:59:30 +0800
commit3760860ad47d20389266d7b79edd5045289cd988 (patch)
tree929a7845a936bd381fd43f0eaea177123c0e2b85 /drivers/misc/Kconfig
parent4495c689c476d1d9ccb1fa1f33e30ebb30e93be8 (diff)
misc: hi6220: Add driver to config some device host chips resided on hi6220 SoC
This driver is used to configure the hi6220 SoC to control some device hosts(e.g. UART), reset the host or disable the reset. Signed-off-by: Bintian Wang <bintian.wang@huawei.com> Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Conflicts: drivers/misc/Makefile
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index eeaac87bb09b..63c526758039 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -515,6 +515,14 @@ config VEXPRESS_SYSCFG
bus. System Configuration interface is one of the possible means
of generating transactions on this bus.
+config HI6220_SYSCFG
+ bool "Hisilicon HI6220 System Configuration driver"
+ depends on ARCH_HISI
+ default y
+ help
+ Hisilicon HI6220 uses some registers to configure some chip hosts to
+ work or not, e.g. disable the UART hosts reset and let's them work.
+
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"