mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 11:44:39 +02:00
[PATCH] alix2: correct h/w configuration
Bump to version 3.2. Simplify and correct kernel config (based on x86/config-3.2). Drop obsolete CS5535 GPIO driver. [Patch from Philipp Prindeville, via http://patchwork.openwrt.org/patch/1804/] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29981 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
620890792c
commit
2efef569b8
@ -1,24 +1,28 @@
|
|||||||
CONFIG_PROCESSOR_SELECT=y
|
CONFIG_ALIX=y
|
||||||
CONFIG_CPU_SUP_AMD=y
|
# CONFIG_AMD_NB is not set
|
||||||
|
CONFIG_DMI=y
|
||||||
|
CONFIG_DMIID=y
|
||||||
|
# CONFIG_DMI_SYSFS is not set
|
||||||
|
CONFIG_DEBUG_BUGVERBOSE=y
|
||||||
|
# CONFIG_FB_GEODE is not set
|
||||||
|
CONFIG_GENERIC_GPIO=y
|
||||||
CONFIG_GPIOLIB=y
|
CONFIG_GPIOLIB=y
|
||||||
CONFIG_GPIO_SYSFS=y
|
CONFIG_GPIO_SYSFS=y
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
# CONFIG_HIGHMEM64G is not set
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
|
||||||
CONFIG_GENERIC_GPIO=y
|
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
# CONFIG_HWMON_DEBUG_CHIP is not set
|
# CONFIG_HWMON_DEBUG_CHIP is not set
|
||||||
# CONFIG_M486 is not set
|
# CONFIG_M486 is not set
|
||||||
|
# CONFIG_MATH_EMULATION is not set
|
||||||
CONFIG_MGEODE_LX=y
|
CONFIG_MGEODE_LX=y
|
||||||
# CONFIG_MOUSE_PS2 is not set
|
CONFIG_PATA_CS5536=y
|
||||||
# CONFIG_PCIEPORTBUS is not set
|
# CONFIG_PCIEPORTBUS is not set
|
||||||
CONFIG_PCSPKR_PLATFORM=y
|
CONFIG_PCSPKR_PLATFORM=y
|
||||||
|
# CONFIG_POWER_SUPPLY is not set
|
||||||
# CONFIG_SCx200 is not set
|
# CONFIG_SCx200 is not set
|
||||||
# CONFIG_SERIO_I8042 is not set
|
# CONFIG_SERIO_I8042 is not set
|
||||||
# CONFIG_SERIO_LIBPS2 is not set
|
# CONFIG_SERIO_LIBPS2 is not set
|
||||||
|
# CONFIG_SERIO_SERPORT is not set
|
||||||
|
CONFIG_THERMAL_HWMON=y
|
||||||
|
# CONFIG_SENSORS_K10TEMP is not set
|
||||||
|
# CONFIG_SENSORS_VIA_CPUTEMP is not set
|
||||||
CONFIG_X86_DEBUGCTLMSR=y
|
CONFIG_X86_DEBUGCTLMSR=y
|
||||||
# CONFIG_X86_GENERIC is not set
|
|
||||||
CONFIG_X86_INTERNODE_CACHE_SHIFT=5
|
|
||||||
CONFIG_X86_L1_CACHE_SHIFT=5
|
|
||||||
# CONFIG_CS5535_CLOCK_EVENT_SRC is not set
|
|
||||||
CONFIG_PATA_CS5536=y
|
|
||||||
CONFIG_ALIX=y
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
|
LINUX_VERSION:=3.2.1
|
||||||
BOARDNAME:=PCEngines alix2
|
BOARDNAME:=PCEngines alix2
|
||||||
FEATURES:=squashfs jffs2 ext4 pci usb gpio
|
FEATURES:=squashfs jffs2 ext4 pci usb gpio
|
||||||
ALIX2_GPIO = $(if $(findstring 2.6.32,$(LINUX_VERSION)),gpio-cs5535,gpio-cs5535-new)
|
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
kmod-crypto-hw-geode kmod-crypto-ocf \
|
kmod-crypto-hw-geode kmod-crypto-ocf \
|
||||||
kmod-$(ALIX2_GPIO) kmod-gpio-nsc \
|
kmod-gpio-cs5535-new kmod-gpio-nsc \
|
||||||
kmod-wdt-geode kmod-cs5535-clockevt kmod-cs5535-mfgpt \
|
kmod-wdt-geode kmod-cs5535-clockevt kmod-cs5535-mfgpt \
|
||||||
kmod-cs5536 \
|
kmod-cs5536 \
|
||||||
kmod-hwmon-core kmod-hwmon-lm90 \
|
kmod-hwmon-core kmod-hwmon-lm90 \
|
||||||
@ -32,6 +32,6 @@ define Target/Description
|
|||||||
Build firmware images for PCEngines alix2 board
|
Build firmware images for PCEngines alix2 board
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/$(ALIX2_GPIO)/install
|
define KernelPackage/gpio-cs5535-new/install
|
||||||
sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-$(ALIX2_GPIO)
|
sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-gpio-cs5535-new
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user