* [PATCH 11/35] hexagon: defconfig: Cleanup from old Kconfig options
[not found] <20170608160836.12196-1-krzk@kernel.org>
@ 2017-06-08 16:10 ` Krzysztof Kozlowski
2017-06-16 0:22 ` Richard Kuo
2017-06-09 19:59 ` [PATCH 00/35] defconfig: Cleanup from old entries Arnd Bergmann
1 sibling, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2017-06-08 16:10 UTC (permalink / raw)
To: linux-kernel
Cc: Arnd Bergmann, Krzysztof Kozlowski, Richard Kuo, linux-hexagon
Remove old, dead Kconfig options (in order appearing in this commit):
- EXPERIMENTAL is gone since v3.9;
- NETDEV_1000 and NETDEV_10000: commit f860b0522f65 ("drivers/net:
Kconfig and Makefile cleanup"); NET_ETHERNET should be replaced with
just ETHERNET but that is separate change;
- HID_SUPPORT: commit 1f41a6a99476 ("HID: Fix the generic Kconfig
options");
- INET_LRO: commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library");
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/hexagon/configs/comet_defconfig | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/hexagon/configs/comet_defconfig b/arch/hexagon/configs/comet_defconfig
index e324f65f41e7..0db9c1384b32 100644
--- a/arch/hexagon/configs/comet_defconfig
+++ b/arch/hexagon/configs/comet_defconfig
@@ -1,7 +1,6 @@
CONFIG_SMP=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=0
CONFIG_HZ_100=y
-CONFIG_EXPERIMENTAL=y
CONFIG_CROSS_COMPILE="hexagon-"
CONFIG_LOCALVERSION="-smp"
# CONFIG_LOCALVERSION_AUTO is not set
@@ -27,8 +26,6 @@ CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_PHYLIB=y
CONFIG_NET_ETHERNET=y
-# CONFIG_NETDEV_1000 is not set
-# CONFIG_NETDEV_10000 is not set
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
@@ -42,7 +39,6 @@ CONFIG_SPI_DEBUG=y
CONFIG_SPI_BITBANG=y
# CONFIG_HWMON is not set
# CONFIG_VGA_CONSOLE is not set
-# CONFIG_HID_SUPPORT is not set
# CONFIG_USB_SUPPORT is not set
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
@@ -68,7 +64,6 @@ CONFIG_INET=y
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
-# CONFIG_INET_LRO is not set
# CONFIG_INET_DIAG is not set
# CONFIG_IPV6 is not set
CONFIG_CRYPTO_MD5=y
--
2.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 00/35] defconfig: Cleanup from old entries
[not found] <20170608160836.12196-1-krzk@kernel.org>
2017-06-08 16:10 ` [PATCH 11/35] hexagon: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski
@ 2017-06-09 19:59 ` Arnd Bergmann
2017-06-10 16:43 ` Krzysztof Kozlowski
1 sibling, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2017-06-09 19:59 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: open list:RALINK MIPS ARCHITECTURE, Rich Felker,
Aurelien Jacquiot, Tony Lindgren, Benjamin Herrenschmidt,
Liviu Dudau, James E.J. Bottomley, David Howells, Paul Mackerras,
H. Peter Anvin, sparclinux, linux-hexagon, Guan Xuetao,
Thomas Gleixner, Lennox Wu, Jonas Bonn, Chen Liqin,
Jesper Nilsson, Lorenzo Pieralisi, linux-c6x-dev, Yoshinori Sato,
Aaro Koskinen, linux-sh
On Thu, Jun 8, 2017 at 6:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Hi,
>
> While cleaning Samsung ARM defconfigs with savedefconfig, I encountered
> similar obsolete entries in other files.
>
> Except the ARM, no dependencies.
> For ARM, the rest of patches depend on the first change (otherwise
> it might not apply cleanly).
Great work!
I looked at all the ARM patches, and everything looks good to me (the
changlog linewrapping may be suboptimal for readability in some cases,
if I had to say anything negative ;-) ).
Please add my Acked-by to the ARM patches and send a pull request.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 00/35] defconfig: Cleanup from old entries
2017-06-09 19:59 ` [PATCH 00/35] defconfig: Cleanup from old entries Arnd Bergmann
@ 2017-06-10 16:43 ` Krzysztof Kozlowski
2017-06-12 9:54 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2017-06-10 16:43 UTC (permalink / raw)
To: Arnd Bergmann
Cc: open list:RALINK MIPS ARCHITECTURE, Rich Felker,
Aurelien Jacquiot, Tony Lindgren, Benjamin Herrenschmidt,
Liviu Dudau, James E.J. Bottomley, David Howells, Paul Mackerras,
H. Peter Anvin, sparclinux, linux-hexagon, Guan Xuetao,
Thomas Gleixner, Lennox Wu, Jonas Bonn, Chen Liqin,
Jesper Nilsson, Lorenzo Pieralisi, linux-c6x-dev, Yoshinori Sato,
Aaro Koskinen, linux-sh
On Fri, Jun 09, 2017 at 09:59:48PM +0200, Arnd Bergmann wrote:
> On Thu, Jun 8, 2017 at 6:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> > Hi,
> >
> > While cleaning Samsung ARM defconfigs with savedefconfig, I encountered
> > similar obsolete entries in other files.
> >
> > Except the ARM, no dependencies.
> > For ARM, the rest of patches depend on the first change (otherwise
> > it might not apply cleanly).
>
> Great work!
>
> I looked at all the ARM patches, and everything looks good to me (the
> changlog linewrapping may be suboptimal for readability in some cases,
> if I had to say anything negative ;-) ).
>
> Please add my Acked-by to the ARM patches and send a pull request.
Thanks, I'll send you ARM part in pull request.
As for the rest, I think respective arch/platform maintainers should
take it.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 00/35] defconfig: Cleanup from old entries
2017-06-10 16:43 ` Krzysztof Kozlowski
@ 2017-06-12 9:54 ` Arnd Bergmann
0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2017-06-12 9:54 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: open list:RALINK MIPS ARCHITECTURE, Rich Felker,
Aurelien Jacquiot, Tony Lindgren, Benjamin Herrenschmidt,
Liviu Dudau, James E.J. Bottomley, David Howells, Paul Mackerras,
H. Peter Anvin, sparclinux, linux-hexagon, Guan Xuetao,
Thomas Gleixner, Lennox Wu, Jonas Bonn, Chen Liqin,
Jesper Nilsson, Lorenzo Pieralisi, linux-c6x-dev, Yoshinori Sato,
Aaro Koskinen, linux-sh
On Sat, Jun 10, 2017 at 6:43 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> On Fri, Jun 09, 2017 at 09:59:48PM +0200, Arnd Bergmann wrote:
>> On Thu, Jun 8, 2017 at 6:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>> > Hi,
>> >
>> > While cleaning Samsung ARM defconfigs with savedefconfig, I encountered
>> > similar obsolete entries in other files.
>> >
>> > Except the ARM, no dependencies.
>> > For ARM, the rest of patches depend on the first change (otherwise
>> > it might not apply cleanly).
>>
>> Great work!
>>
>> I looked at all the ARM patches, and everything looks good to me (the
>> changlog linewrapping may be suboptimal for readability in some cases,
>> if I had to say anything negative ;-) ).
>>
>> Please add my Acked-by to the ARM patches and send a pull request.
>
> Thanks, I'll send you ARM part in pull request.
Ok
> As for the rest, I think respective arch/platform maintainers should
> take it.
I suspect most will apply the patches, but some architectures maintainers
are not very active. If you are motivated, you could resend the ones
that missed out to Andrew Morton, or you just leave the architectures
to bitrot more. ;-)
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 11/35] hexagon: defconfig: Cleanup from old Kconfig options
2017-06-08 16:10 ` [PATCH 11/35] hexagon: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski
@ 2017-06-16 0:22 ` Richard Kuo
0 siblings, 0 replies; 5+ messages in thread
From: Richard Kuo @ 2017-06-16 0:22 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: linux-kernel, Arnd Bergmann, linux-hexagon
On Thu, Jun 08, 2017 at 06:10:22PM +0200, Krzysztof Kozlowski wrote:
> Remove old, dead Kconfig options (in order appearing in this commit):
> - EXPERIMENTAL is gone since v3.9;
> - NETDEV_1000 and NETDEV_10000: commit f860b0522f65 ("drivers/net:
> Kconfig and Makefile cleanup"); NET_ETHERNET should be replaced with
> just ETHERNET but that is separate change;
> - HID_SUPPORT: commit 1f41a6a99476 ("HID: Fix the generic Kconfig
> options");
> - INET_LRO: commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library");
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
> arch/hexagon/configs/comet_defconfig | 5 -----
> 1 file changed, 5 deletions(-)
>
Acked-by: Richard Kuo <rkuo@codeaurora.org>
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-06-16 0:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170608160836.12196-1-krzk@kernel.org>
2017-06-08 16:10 ` [PATCH 11/35] hexagon: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski
2017-06-16 0:22 ` Richard Kuo
2017-06-09 19:59 ` [PATCH 00/35] defconfig: Cleanup from old entries Arnd Bergmann
2017-06-10 16:43 ` Krzysztof Kozlowski
2017-06-12 9:54 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).