mirror of https://github.com/OpenIPC/firmware.git
kernel config changes
parent
94c77b710d
commit
0c8b7d80dc
|
@ -411,6 +411,7 @@ CONFIG_SCHED_HRTICK=y
|
|||
CONFIG_ARM_ASM_UNIFIED=y
|
||||
CONFIG_ARM_PATCH_IDIV=y
|
||||
CONFIG_AEABI=y
|
||||
# CONFIG_OABI_COMPAT is not set
|
||||
CONFIG_ARM_STACK_ORDER=1
|
||||
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
|
||||
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
|
||||
|
@ -1141,9 +1142,23 @@ CONFIG_INPUT=y
|
|||
# CONFIG_INPUT_JOYSTICK is not set
|
||||
# CONFIG_INPUT_TABLET is not set
|
||||
# CONFIG_INPUT_TOUCHSCREEN is not set
|
||||
# CONFIG_INPUT_MISC is not set
|
||||
CONFIG_INPUT_MISC=y
|
||||
CONFIG_INPUT_AXP2101_PEK=y
|
||||
# CONFIG_RMI4_CORE is not set
|
||||
# CONFIG_INPUT_SENSOR is not set
|
||||
# CONFIG_SENSORS_BMA250 is not set
|
||||
# CONFIG_SENSORS_SC7A30 is not set
|
||||
# CONFIG_SENSORS_MMA7660 is not set
|
||||
# CONFIG_SENSORS_MIR3DA is not set
|
||||
# CONFIG_SENSORS_MXC622X is not set
|
||||
# CONFIG_SENSORS_MMA8452 is not set
|
||||
# CONFIG_SENSORS_MMA865X is not set
|
||||
# CONFIG_SENSORS_MC32X0 is not set
|
||||
# CONFIG_SENSORS_GPADC is not set
|
||||
# CONFIG_SENSORS_GPADC_TEST is not set
|
||||
# CONFIG_KEY_GPIO is not set
|
||||
# CONFIG_SENSORS_DA380 is not set
|
||||
# CONFIG_DA280 is not set
|
||||
# CONFIG_SENSORS_BMA2X2 is not set
|
||||
# CONFIG_SENSORS_BMA2X2_ENABLE_INT1 is not set
|
||||
# CONFIG_SENSORS_BMA2X2_ENABLE_INT2 is not set
|
||||
|
@ -1428,7 +1443,9 @@ CONFIG_GPIO_SYSFS=y
|
|||
# CONFIG_POWER_RESET is not set
|
||||
# CONFIG_POWER_SUPPLY is not set
|
||||
# CONFIG_HWMON is not set
|
||||
# CONFIG_THERMAL is not set
|
||||
CONFIG_THERMAL=y
|
||||
CONFIG_SUNXI_THERMAL_SENSOR=y
|
||||
CONFIG_SUNXI_THS_DRIVER=y
|
||||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WATCHDOG_CORE=y
|
||||
# CONFIG_WATCHDOG_NOWAYOUT is not set
|
||||
|
@ -1475,7 +1492,7 @@ CONFIG_BCMA_POSSIBLE=y
|
|||
# Multifunction device drivers
|
||||
#
|
||||
CONFIG_MFD_CORE=y
|
||||
# CONFIG_MFD_ACX00 is not set
|
||||
CONFIG_MFD_ACX00=y
|
||||
# CONFIG_MFD_AC100 is not set
|
||||
# CONFIG_MFD_ACT8945A is not set
|
||||
# CONFIG_MFD_AS3711 is not set
|
||||
|
@ -1630,6 +1647,7 @@ CONFIG_VIDEO_V4L2=y
|
|||
CONFIG_VIDEOBUF2_CORE=m
|
||||
CONFIG_VIDEOBUF2_MEMOPS=m
|
||||
CONFIG_VIDEOBUF2_DMA_CONTIG=m
|
||||
CONFIG_VIDEOBUF2_VMALLOC=y
|
||||
# CONFIG_TTPCI_EEPROM is not set
|
||||
|
||||
#
|
||||
|
@ -1642,19 +1660,21 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
|
|||
# CONFIG_VIDEO_SUNXI_EVE is not set
|
||||
CONFIG_VIDEO_SUNXI_VIN=m
|
||||
CONFIG_CSI_VIN=m
|
||||
CONFIG_ENABLE_SENSOR_FLIP_OPTION=y
|
||||
# CONFIG_ENABLE_SENSOR_FLIP_OPTION is not set
|
||||
# CONFIG_CSI_CCI is not set
|
||||
# CONFIG_CCI is not set
|
||||
# CONFIG_CCI_TO_TWI is not set
|
||||
# CONFIG_FLASH is not set
|
||||
# CONFIG_ACTUATOR is not set
|
||||
# CONFIG_SENSOR_LIST is not set
|
||||
# CONFIG_BUF_AUTO_UPDATE is not set
|
||||
# CONFIG_VIN_LOG is not set
|
||||
# CONFIG_PIPELINE_RESET is not set
|
||||
CONFIG_VIN_LOG=y
|
||||
CONFIG_PIPELINE_RESET=y
|
||||
# CONFIG_MULTI_FRAME is not set
|
||||
# CONFIG_SUPPORT_ISP_TDM is not set
|
||||
CONFIG_VIN_IOMMU=y
|
||||
CONFIG_D3D=y
|
||||
CONFIG_D3D_LTF_EN=y
|
||||
# CONFIG_D3D is not set
|
||||
# CONFIG_D3D_LTF_EN is not set
|
||||
# CONFIG_WDR is not set
|
||||
CONFIG_SENSOR_POWER=m
|
||||
# CONFIG_VIDEO_SUNXI_VFE is not set
|
||||
|
@ -1717,6 +1737,13 @@ CONFIG_SENSOR_POWER=m
|
|||
# Sensors used on soc_camera driver
|
||||
#
|
||||
|
||||
#
|
||||
# Customise DVB Frontends
|
||||
#
|
||||
# CONFIG_DVB_AU8522_V4L is not set
|
||||
# CONFIG_DVB_TUNER_DIB0070 is not set
|
||||
# CONFIG_DVB_TUNER_DIB0090 is not set
|
||||
|
||||
#
|
||||
# Tools to develop new frontends
|
||||
#
|
||||
|
|
|
@ -25,11 +25,11 @@ detect_wifi_card() {
|
|||
modprobe mac80211
|
||||
modprobe ath9k_htc
|
||||
;;
|
||||
"148f:3070")
|
||||
driver="ralink"
|
||||
"148f:3070")
|
||||
driver="ralink"
|
||||
modprobe rt2800usb
|
||||
modprobe rt2x00usb
|
||||
;;
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue