diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 07:26:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 07:26:25 +0000 |
commit | 4fd67c3cd4bbc5e10736bbe1213d68c1490ba8f3 (patch) | |
tree | 71520d1e28e83bf40e0ac47254bb4f6266a4cacd /target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch | |
parent | 10cd35c0e73efee56fbcefa3a2d4ac6a2e8a9bc8 (diff) | |
download | upstream-4fd67c3cd4bbc5e10736bbe1213d68c1490ba8f3.tar.gz upstream-4fd67c3cd4bbc5e10736bbe1213d68c1490ba8f3.tar.bz2 upstream-4fd67c3cd4bbc5e10736bbe1213d68c1490ba8f3.zip |
ar71xx: add device registration code for the AR934x NAND flash controller
SVN-Revision: 33387
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch b/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch index 3c96819df4..e61496fcd4 100644 --- a/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch +++ b/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch @@ -21,7 +21,18 @@ config PCI_AR724X def_bool n -@@ -125,4 +139,13 @@ config ATH79_DEV_WMAC +@@ -115,6 +129,10 @@ config ATH79_DEV_GPIO_BUTTONS + config ATH79_DEV_LEDS_GPIO + def_bool n + ++config ATH79_DEV_NFC ++ depends on (SOC_AR934X) ++ def_bool n ++ + config ATH79_DEV_SPI + def_bool n + +@@ -125,4 +143,13 @@ config ATH79_DEV_WMAC depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X) def_bool n @@ -37,7 +48,7 @@ endif --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile -@@ -17,13 +17,24 @@ obj-$(CONFIG_PCI) += pci.o +@@ -17,13 +17,25 @@ obj-$(CONFIG_PCI) += pci.o # Devices # obj-y += dev-common.o @@ -47,6 +58,7 @@ obj-$(CONFIG_ATH79_DEV_GPIO_BUTTONS) += dev-gpio-buttons.o obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o +obj-$(CONFIG_ATH79_DEV_M25P80) += dev-m25p80.o ++obj-$(CONFIG_ATH79_DEV_NFC) += dev-nfc.o obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o obj-$(CONFIG_ATH79_DEV_WMAC) += dev-wmac.o |