* [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS
@ 2017-05-14 15:13 Stefan Wahren
2017-05-14 15:13 ` [PATCH 2/2] ARM: mxs_defconfig: Re-enable MXS LRADC Stefan Wahren
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Stefan Wahren @ 2017-05-14 15:13 UTC (permalink / raw)
To: linux-arm-kernel
In order to support systemd we need to enable CONFIG_CGROUPS.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
arch/arm/configs/mxs_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 6e0f751..7b36ebb 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -8,6 +8,7 @@ CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
+CONFIG_CGROUPS=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_PID_NS is not set
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] ARM: mxs_defconfig: Re-enable MXS LRADC
2017-05-14 15:13 [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS Stefan Wahren
@ 2017-05-14 15:13 ` Stefan Wahren
2017-05-14 23:05 ` Fabio Estevam
2017-05-14 23:04 ` [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS Fabio Estevam
2017-05-15 12:37 ` Shawn Guo
2 siblings, 1 reply; 5+ messages in thread
From: Stefan Wahren @ 2017-05-14 15:13 UTC (permalink / raw)
To: linux-arm-kernel
The MXS LRADC driver left staging and has been split. So re-enable
the driver and remove the obsolete entries.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
arch/arm/configs/mxs_defconfig | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 7b36ebb..aef2b54 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -76,6 +76,7 @@ CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_MXS_LRADC=y
CONFIG_TOUCHSCREEN_TSC2007=m
# CONFIG_SERIO is not set
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
@@ -96,6 +97,7 @@ CONFIG_GPIO_SYSFS=y
# CONFIG_HWMON is not set
CONFIG_WATCHDOG=y
CONFIG_STMP3XXX_RTC_WATCHDOG=y
+CONFIG_MFD_MXS_LRADC=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_FB=y
@@ -137,10 +139,9 @@ CONFIG_RTC_DRV_DS1307=m
CONFIG_RTC_DRV_STMP=y
CONFIG_DMADEVICES=y
CONFIG_MXS_DMA=y
-CONFIG_STAGING=y
-CONFIG_MXS_LRADC=y
CONFIG_IIO=y
CONFIG_IIO_SYSFS_TRIGGER=y
+CONFIG_MXS_LRADC_ADC=y
CONFIG_PWM=y
CONFIG_PWM_MXS=y
CONFIG_NVMEM=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS
2017-05-14 15:13 [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS Stefan Wahren
2017-05-14 15:13 ` [PATCH 2/2] ARM: mxs_defconfig: Re-enable MXS LRADC Stefan Wahren
@ 2017-05-14 23:04 ` Fabio Estevam
2017-05-15 12:37 ` Shawn Guo
2 siblings, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2017-05-14 23:04 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, May 14, 2017 at 12:13 PM, Stefan Wahren <stefan.wahren@i2se.com> wrote:
> In order to support systemd we need to enable CONFIG_CGROUPS.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/2] ARM: mxs_defconfig: Re-enable MXS LRADC
2017-05-14 15:13 ` [PATCH 2/2] ARM: mxs_defconfig: Re-enable MXS LRADC Stefan Wahren
@ 2017-05-14 23:05 ` Fabio Estevam
0 siblings, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2017-05-14 23:05 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, May 14, 2017 at 12:13 PM, Stefan Wahren <stefan.wahren@i2se.com> wrote:
> The MXS LRADC driver left staging and has been split. So re-enable
> the driver and remove the obsolete entries.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS
2017-05-14 15:13 [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS Stefan Wahren
2017-05-14 15:13 ` [PATCH 2/2] ARM: mxs_defconfig: Re-enable MXS LRADC Stefan Wahren
2017-05-14 23:04 ` [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS Fabio Estevam
@ 2017-05-15 12:37 ` Shawn Guo
2 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2017-05-15 12:37 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, May 14, 2017 at 03:13:49PM +0000, Stefan Wahren wrote:
> In order to support systemd we need to enable CONFIG_CGROUPS.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Applied both, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-05-15 12:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14 15:13 [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS Stefan Wahren
2017-05-14 15:13 ` [PATCH 2/2] ARM: mxs_defconfig: Re-enable MXS LRADC Stefan Wahren
2017-05-14 23:05 ` Fabio Estevam
2017-05-14 23:04 ` [PATCH 1/2] ARM: mxs_defconfig: Enable CONFIG_CGROUPS Fabio Estevam
2017-05-15 12:37 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).