summaryrefslogtreecommitdiff
path: root/arch/arm/common/Kconfig
blob: 3e073467caca6b63a5515b2bd9afb543ca233e2e (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
config ARM_GIC
	bool

config ARM_VIC
	bool

config ICST525
	bool

config ICST307
	bool

config SA1111
	bool
	select DMABOUNCE

config DMABOUNCE
	bool

config TIMER_ACORN
	bool

config SHARP_LOCOMO
	bool

config SHARP_PARAM
	bool

config SHARPSL_PM
	bool
	select APM_EMULATION

config SHARP_SCOOP
	bool
d> 2022-02-01drm/i915: Move PCH transcoder M/N setup into the PCH codeVille Syrjälä 2022-01-26drm/i915: Introduce ilk_pch_pre_enable()Ville Syrjälä 2021-10-19drm/i915: Introduce lpt_pch_disable()Ville Syrjälä 2021-10-19drm/i915: Introduce ilk_pch_disable() and ilk_pch_post_disable()Ville Syrjälä 2021-10-19drm/i915: Extract ilk_pch_get_config()Ville Syrjälä 2021-10-19drm/i915: Move LPT PCH readout codeVille Syrjälä 2021-10-19drm/i915: Clean up the {ilk,lpt}_pch_enable() calling conventionVille Syrjälä 2021-10-19drm/i915: Move PCH modeset code to its own fileVille Syrjälä