diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:00 +0000 |
commit | dae90fc1300781065357538943552884d682c1ae (patch) | |
tree | ebcd5c29900fd0ccef87f68b265460e2f8ffea0a /target/linux/atheros/patches-3.18/107-ar5312_gpio.patch | |
parent | 7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a (diff) | |
download | upstream-dae90fc1300781065357538943552884d682c1ae.tar.gz upstream-dae90fc1300781065357538943552884d682c1ae.tar.bz2 upstream-dae90fc1300781065357538943552884d682c1ae.zip |
atheros: v3.18: non-functional cleanup
To finally sync code with upsream cleanup registers headers, and update
several comments and kernel config symbols descriptions. No functional
changes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44731
Diffstat (limited to 'target/linux/atheros/patches-3.18/107-ar5312_gpio.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/107-ar5312_gpio.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch b/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch index ae88fd8931..a6d0a88355 100644 --- a/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch +++ b/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch @@ -2,7 +2,7 @@ +++ b/arch/mips/ath25/Kconfig @@ -1,6 +1,7 @@ config SOC_AR5312 - bool "Atheros 5312/2312+ support" + bool "Atheros AR5312/AR2312+ SoC support" depends on ATH25 + select GPIO_AR5312 default y @@ -208,5 +208,5 @@ select SYS_HAS_EARLY_PRINTK + select ARCH_REQUIRE_GPIOLIB help - Support for AR231x and AR531x based boards + Support for Atheros AR231x and Atheros AR531x based boards |