From 92eb787d08be3fc8cfdf314f99a5b1dd91b439b2 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 23 Dec 2022 00:28:51 +0100 Subject: kernel: Move CONFIG_PWM_IMG and CONFIG_PWM_MEDIATEK to generic configuration In the build of the ramips/mt76x8 target the user gets asked about these two configuration options, add them to the generic kernel configuration. Signed-off-by: Hauke Mehrtens --- target/linux/ramips/mt76x8/config-5.10 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ramips') diff --git a/target/linux/ramips/mt76x8/config-5.10 b/target/linux/ramips/mt76x8/config-5.10 index 36922354a94..b6687f8949c 100644 --- a/target/linux/ramips/mt76x8/config-5.10 +++ b/target/linux/ramips/mt76x8/config-5.10 @@ -149,7 +149,6 @@ CONFIG_PINCTRL=y # CONFIG_PINCTRL_AW9523 is not set CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set -# CONFIG_PWM_MEDIATEK is not set CONFIG_RALINK=y # CONFIG_RALINK_WDT is not set CONFIG_REGMAP=y -- cgit v1.2.3 aster'>master xenJames
aboutsummaryrefslogtreecommitdiffstats
blob: 4e11b3cd5d4b1b6306bb8124e095e3118f3ea694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77