From 261415a660c12a5673fe3d48dabaf677e1d5c32c Mon Sep 17 00:00:00 2001 From: YuheiOKAWA Date: Tue, 10 Jan 2017 18:47:19 +0900 Subject: ar71xx: add support for PQI Air Pen SoC: AR9331 Ethernet x1, Wireless 2.4G, uSD card slot x1. USB Power, include Li-Po Battery. Signed-off-by: YuheiOKAWA Changes in v2: alphabetical ordering, tabs fron spaces. --- target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 3c10be9e24..c3f958869e 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -276,6 +276,16 @@ config ATH79_MACH_ESR1750 select ATH79_DEV_USB select ATH79_DEV_WMAC +config ATH79_MACH_PQI_AIR_PEN + bool "PQI Air Pen" + select SOC_AR933X + select ATH79_DEV_ETH + select ATH79_DEV_GPIO_BUTTONS + select ATH79_DEV_LEDS_GPIO + select ATH79_DEV_M25P80 + select ATH79_DEV_USB + select ATH79_DEV_WMAC + config ATH79_MACH_SOM9331 bool "SOM9331 support" select SOC_AR933X -- cgit v1.2.3