mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:38:26 +02:00
enable kernel floating point emulation, to provide fallback support for userspace applications compiled without native fpu-support
This commit is contained in:
parent
aa55195211
commit
74a06558e1
@ -1,8 +1,9 @@
|
||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_BATTERY_JZ4740=y
|
||||
CONFIG_CHARGER_GPIO=y
|
||||
CONFIG_FB_JZ4740=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
# CONFIG_ISDN_CAPI is not set
|
||||
# CONFIG_ISDN_I4L is not set
|
||||
CONFIG_JZ4740_ADC=y
|
||||
CONFIG_JZ4740_QI_LB60=y
|
||||
CONFIG_KEYBOARD_GPIO=y
|
||||
@ -11,6 +12,8 @@ CONFIG_LCD_CLASS_DEVICE=y
|
||||
CONFIG_LCD_GPM940B0=y
|
||||
CONFIG_LOGO=y
|
||||
CONFIG_LOGO_OPENWRT_CLUT224=y
|
||||
CONFIG_MIPS_FPU_EMU=y
|
||||
CONFIG_SOC_JZ4740=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_SPI_BITBANG=y
|
||||
CONFIG_SPI_GPIO=y
|
||||
|
Loading…
Reference in New Issue
Block a user