Hi all,
I am using beaglebone Rev A6 and trying to configure linux kernel for 3G usb modem in android 2.3.
I followed the commands in TI android user guides
make ARCH=arm CROSS_COMPILE=arm-eabi- distclean
make ARCH=arm CROSS_COMPILE=arm-eabi- beaglebone_android_defconfig
make xconfig
After this, i enabled options for 3G usb modem in kernel.
make ARCH=arm CROSS_COMPILE=arm-eabi- uImage.
But the configuration restarts with message-
scripts/kconfig/conf --silentoldconfig Kconfig
*
* Restart config...
*
*
* Linux/arm 3.1.0 Kernel Configuration
*
Patch physical to virtual translations at runtime (ARM_PATCH_PHYS_VIRT) [N/y/?] (NEW)
What change should i make to configure the linux kernel and compile it correctly?
Thanks,
ebin