Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1555071
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 2/2] ARM: sama5_defconfig: add support for the Axentia TSE-850 board |
| Date | 2017-01-10 10:20 +0100 |
| Message-ID | <sY0L0-7Ue-29@gated-at.bofh.it> (permalink) |
| References | <sY0L0-7Ue-31@gated-at.bofh.it> <sY0L0-7Ue-33@gated-at.bofh.it> |
| Organization | atmel |
Le 10/01/2017 à 09:08, Peter Rosin a écrit : > Signed-off-by: Peter Rosin <peda@axentia.se> I know that most of the entries in this configuration file are direct additions to the kernel but what about moving some of your additions to modules? Regards, > --- > arch/arm/configs/sama5_defconfig | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig > index aca8625b6fc9..bf5b3a73e38c 100644 > --- a/arch/arm/configs/sama5_defconfig > +++ b/arch/arm/configs/sama5_defconfig > @@ -131,7 +131,7 @@ CONFIG_GPIO_SYSFS=y > CONFIG_POWER_SUPPLY=y > CONFIG_BATTERY_ACT8945A=y > CONFIG_POWER_RESET=y > -# CONFIG_HWMON is not set > +CONFIG_SENSORS_JC42=y > CONFIG_WATCHDOG=y > CONFIG_AT91SAM9X_WATCHDOG=y > CONFIG_SAMA5D4_WATCHDOG=y > @@ -142,6 +142,7 @@ CONFIG_REGULATOR=y > CONFIG_REGULATOR_FIXED_VOLTAGE=y > CONFIG_REGULATOR_ACT8865=y > CONFIG_REGULATOR_ACT8945A=y > +CONFIG_REGULATOR_PWM=y > CONFIG_MEDIA_SUPPORT=y > CONFIG_MEDIA_CAMERA_SUPPORT=y > CONFIG_V4L_PLATFORM_DRIVERS=y > @@ -164,6 +165,7 @@ CONFIG_SND_ATMEL_SOC=y > CONFIG_SND_ATMEL_SOC_WM8904=y > # CONFIG_HID_GENERIC is not set > CONFIG_SND_ATMEL_SOC_PDMIC=y > +CONFIG_SND_ATMEL_SOC_TSE850_PCM5142=y > CONFIG_USB=y > CONFIG_USB_ANNOUNCE_NEW_DEVICES=y > CONFIG_USB_EHCI_HCD=y > @@ -199,6 +201,9 @@ CONFIG_AT_XDMAC=y > CONFIG_IIO=y > CONFIG_AT91_ADC=y > CONFIG_AT91_SAMA5D2_ADC=y > +CONFIG_ENVELOPE_DETECTOR=y > +CONFIG_DPOT_DAC=y > +CONFIG_MCP4531=y > CONFIG_PWM=y > CONFIG_PWM_ATMEL=y > CONFIG_PWM_ATMEL_HLCDC_PWM=y > -- Nicolas Ferre
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v5 2/2] ARM: sama5_defconfig: add support for the Axentia TSE-850 board Nicolas Ferre <nicolas.ferre@atmel.com> - 2017-01-10 10:20 +0100
csiph-web