Skip to content

Commit

Permalink
ARM: imx: let IMX_HAVE_PLATFORM_IMX_FB select HAVE_FB_IMX
Browse files Browse the repository at this point in the history
This way FB_IMX can just depend on HAVE_FB_IMX and machines
just need to select IMX_HAVE_PLATFORM_IMX_FB without bothering
about HAVE_FB_IMX.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  • Loading branch information
Uwe Kleine-König committed Nov 19, 2010
1 parent e48ab1c commit fd2fa2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ config SOC_IMX21
config SOC_IMX25
bool
select CPU_ARM926T
select ARCH_MXC_IOMUX_V3
select HAVE_FB_IMX
select ARCH_MXC_AUDMUX_V2
select ARCH_MXC_IOMUX_V3

config SOC_IMX27
bool
Expand Down
1 change: 1 addition & 0 deletions arch/arm/plat-mxc/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ config IMX_HAVE_PLATFORM_IMXDI_RTC

config IMX_HAVE_PLATFORM_IMX_FB
bool
select HAVE_FB_IMX

config IMX_HAVE_PLATFORM_IMX_I2C
bool
Expand Down

0 comments on commit fd2fa2e

Please sign in to comment.