diff options
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/pcl052_defconfig | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/arch/arm/configs/pcl052_defconfig b/arch/arm/configs/pcl052_defconfig index 1437e1ce0de0..b544cf11d6e6 100644 --- a/arch/arm/configs/pcl052_defconfig +++ b/arch/arm/configs/pcl052_defconfig @@ -3,6 +3,7 @@ # Linux/arm 3.0.15 Kernel Configuration # CONFIG_ARM=y +CONFIG_HAVE_PWM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_HAVE_SCHED_CLOCK=y CONFIG_GENERIC_GPIO=y @@ -290,10 +291,12 @@ CONFIG_FORCE_MAX_ZONEORDER=13 CONFIG_ARCH_MVFA5=y CONFIG_SOC_MVFA5=y # CONFIG_MACH_MVFA5_TWR_VF700 is not set -CONFIG_MACH_PCM052=y +# CONFIG_MACH_PCM052 is not set +CONFIG_MACH_PCL052=y CONFIG_ISP1504_MXC=y # CONFIG_MXC_IRQ_PRIOR is not set -# CONFIG_MXC_PWM is not set +CONFIG_MXC_PWM=m +# CONFIG_MXC_PWM_CPWM is not set # CONFIG_MXC_DEBUG_BOARD is not set CONFIG_HAVE_PIT=y CONFIG_MXC_USE_PIT=y @@ -678,7 +681,7 @@ CONFIG_MISC_DEVICES=y # CONFIG_DS1682 is not set # CONFIG_TI_DAC7512 is not set # CONFIG_BMP085 is not set -# CONFIG_MVF_ADC is not set +CONFIG_MVF_ADC=y # CONFIG_C2PORT is not set # @@ -917,6 +920,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_CM109 is not set CONFIG_INPUT_UINPUT=y # CONFIG_INPUT_PCF8574 is not set +# CONFIG_INPUT_PWM_BEEPER is not set # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set # CONFIG_INPUT_ADXL34X is not set # CONFIG_INPUT_CMA3000 is not set @@ -1023,10 +1027,10 @@ CONFIG_SPI_MASTER=y # # CONFIG_SPI_ALTERA is not set # CONFIG_SPI_BITBANG is not set -# CONFIG_SPI_MVF_QSPI is not set +CONFIG_SPI_MVF_QSPI=m # CONFIG_SPI_GPIO is not set # CONFIG_SPI_IMX is not set -CONFIG_SPI_MVF=y +CONFIG_SPI_MVF=m # CONFIG_SPI_MVF_DSPI_EDMA is not set # CONFIG_SPI_OC_TINY is not set # CONFIG_SPI_PXA2XX_PCI is not set @@ -1036,7 +1040,7 @@ CONFIG_SPI_MVF=y # # SPI Protocol Masters # -# CONFIG_SPI_SPIDEV is not set +CONFIG_SPI_SPIDEV=m # CONFIG_SPI_TLE62X0 is not set # @@ -1098,7 +1102,20 @@ CONFIG_GPIO_SYSFS=y # CONFIG_POWER_SUPPLY is not set # CONFIG_HWMON is not set # CONFIG_THERMAL is not set -# CONFIG_WATCHDOG is not set +CONFIG_WATCHDOG=y +# CONFIG_WATCHDOG_NOWAYOUT is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +CONFIG_IMX2_WDT=y + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set CONFIG_SSB_POSSIBLE=y # @@ -1186,6 +1203,7 @@ CONFIG_FB_SYS_FOPS=y # # CONFIG_FB_S1D13XXX is not set CONFIG_FB_MVF_DCU=y +CONFIG_MVF_TDA_998X=y # CONFIG_MVF_DCU_BLANKING_TEST is not set # CONFIG_FB_TMIO is not set # CONFIG_FB_UDL is not set @@ -1262,8 +1280,8 @@ CONFIG_SND_SOC=y # CONFIG_SND_SOC_CACHE_LZO is not set # CONFIG_SND_IMX_SOC is not set CONFIG_SND_MVF_SOC=y -CONFIG_SND_MVF_SOC_TWR=y # CONFIG_SND_SOC_MVF_SGTL5000 is not set +# CONFIG_SND_SOC_PCM052_SGTL5000 is not set CONFIG_SND_SOC_I2C_AND_SPI=y # CONFIG_SND_SOC_ALL_CODECS is not set # CONFIG_SOUND_PRIME is not set |