Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kconfig bug #6

Open
rongals opened this issue Jan 7, 2014 · 0 comments
Open

Kconfig bug #6

rongals opened this issue Jan 7, 2014 · 0 comments

Comments

@rongals
Copy link

rongals commented Jan 7, 2014

Dear UDOO developers,
working on the integration of your kernel source in the dora Yocto branch I found this issue.

after a correct configuration (make UDOO_defconfig) I try to save the incremental defconfig (make savedefconfig). When using it the final .config differs from the original one for a couple of symbols:

3.0.35-r0/git$ diff .config $DIR/config.good
1966c1966
< CONFIG_MXC_IPU_DEVICE_QUEUE_SDC=m

---
> CONFIG_MXC_IPU_DEVICE_QUEUE_SDC=y
2502c2502
< CONFIG_USB_ETH=m

---
> CONFIG_USB_ETH=y

these differences make the compilation fail.
It seems that the issue is related to a bug on Kconfig, solved after your fork (see http://lkml.indiana.edu/hypermail/linux/kernel/1212.1/00118.html)

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant