User`s guide

Porting the Android Kernel
i.MX53 System Development User’s Guide, Rev. 1
12-2 Freescale Semiconductor
12.2.1 Enabling and Disabling Default Resources
Users can add or remove resources that are enabled by default on the EVK board configuration by entering
make menuconfig under myandroid/kernel_imx. Figure 12-1 shows the menu option screen.
Figure 12-1. Linux Kernel Configuration Menu
This menu allows users to enable or disable drivers that are part of the Android framework’s included
Linux image. Make your selections and exit the menu.
After you exit, the system creates the .config file, which contains the variables used to configure different
interfaces and peripherals on the chip. It also contains variables for libraries and tools that are part of a
Linux image.