
6 Jan
2015
6 Jan
'15
3:17 a.m.
Hi Tom,
Please see my patch carefully. http://patchwork.ozlabs.org/patch/415041/
Your commit (1bf0979f5ff4c297) added the expert menu at the root menu.
Mine moves it under the "General setup" menu like Linux.
On Mon, 5 Jan 2015 12:41:56 -0500 Tom Rini trini@ti.com wrote:
On Tue, Jan 06, 2015 at 12:37:24AM +0900, Masahiro YAMADA wrote:
Tom,
Is there any reason why this patch is not applied?
Eh? $ git log --pretty=fuller 1bf0979f5ff4c297149a705d129ab8db4bec7763 -n1 commit 1bf0979f5ff4c297149a705d129ab8db4bec7763 Author: Tom Rini trini@ti.com AuthorDate: Fri Nov 14 09:34:29 2014 +0100 Commit: Albert ARIBAUD albert.u.boot@aribaud.net CommitDate: Mon Nov 24 09:09:46 2014 +0100
Kconfig: Add EXPERT option For similar reasons to why the Linux Kernel has an EXPERT option, we too want an option to allow for tweaking of some options that while normally should remain hidden, may need to be changed in some cases. Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-- Tom